home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TFRMMANAGEMULTIPART / TFRMMANAGEMULTIPART.txt
Encoding:
Text File  |  2005-02-07  |  3.8 KB  |  182 lines

  1. object frmManageMultiPart: TfrmManageMultiPart
  2.   Tag = -1
  3.   Left = 18
  4.   Top = 351
  5.   HelpContext = 1890
  6.   AutoScroll = False
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'Manage multiparts'
  9.   ClientHeight = 239
  10.   ClientWidth = 568
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   OnClose = FormClose
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object PartsLV: TTntListView
  24.     Left = 0
  25.     Top = 0
  26.     Width = 568
  27.     Height = 170
  28.     Align = alClient
  29.     Checkboxes = True
  30.     Columns = <
  31.       item
  32.         Caption = 'Part number'
  33.         Width = 72
  34.       end
  35.       item
  36.         Caption = 'Article index'
  37.         Width = 75
  38.       end
  39.       item
  40.         Caption = 'Date'
  41.         Width = 100
  42.       end
  43.       item
  44.         Caption = 'Bytes'
  45.       end
  46.       item
  47.         Caption = 'Lines'
  48.       end
  49.       item
  50.         Caption = 'From group'
  51.         Width = 100
  52.       end
  53.       item
  54.         AutoSize = True
  55.         Caption = 'Subject'
  56.       end
  57.       item
  58.         Caption = 'MsgID'
  59.         Width = 70
  60.       end>
  61.     HideSelection = False
  62.     MultiSelect = True
  63.     ReadOnly = True
  64.     RowSelect = True
  65.     SmallImages = frm40tdMain.ImageList1
  66.     SortType = stText
  67.     TabOrder = 0
  68.     ViewStyle = vsReport
  69.     OnColumnClick = PartsLVColumnClick
  70.     OnCompare = PartsLVCompare
  71.   end
  72.   object Panel1: TPanel
  73.     Left = 0
  74.     Top = 170
  75.     Width = 568
  76.     Height = 69
  77.     Align = alBottom
  78.     BevelOuter = bvNone
  79.     TabOrder = 1
  80.     DesignSize = (
  81.       568
  82.       69)
  83.     object Label1: TTntLabel
  84.       Left = 8
  85.       Top = 52
  86.       Width = 363
  87.       Height = 13
  88.       Caption = 
  89.         'If this multi-part message has more parts than expected, uncheck' +
  90.         ' the surplus.'
  91.     end
  92.     object Label2: TTntLabel
  93.       Left = 8
  94.       Top = 34
  95.       Width = 32
  96.       Height = 13
  97.       Caption = 'Label2'
  98.     end
  99.     object btnOk: TMMTNTBItBtn
  100.       Left = 411
  101.       Top = 40
  102.       Width = 75
  103.       Height = 25
  104.       Anchors = [akTop, akRight]
  105.       Caption = '&OK'
  106.       Default = True
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clBtnText
  109.       Font.Height = -11
  110.       Font.Name = 'MS Sans Serif'
  111.       Font.Style = []
  112.       ModalResult = 1
  113.       ParentFont = False
  114.       TabOrder = 2
  115.     end
  116.     object btnCancel: TMMTNTBItBtn
  117.       Left = 491
  118.       Top = 40
  119.       Width = 75
  120.       Height = 25
  121.       Anchors = [akTop, akRight]
  122.       Cancel = True
  123.       Caption = '&Cancel'
  124.       Font.Charset = DEFAULT_CHARSET
  125.       Font.Color = clBtnText
  126.       Font.Height = -11
  127.       Font.Name = 'MS Sans Serif'
  128.       Font.Style = []
  129.       ModalResult = 2
  130.       ParentFont = False
  131.       TabOrder = 3
  132.     end
  133.     object Button1: TMMTNTBItBtn
  134.       Left = 5
  135.       Top = 4
  136.       Width = 108
  137.       Height = 25
  138.       Caption = 'Check &all'
  139.       Font.Charset = DEFAULT_CHARSET
  140.       Font.Color = clBtnText
  141.       Font.Height = -11
  142.       Font.Name = 'MS Sans Serif'
  143.       Font.Style = []
  144.       ParentFont = False
  145.       TabOrder = 0
  146.       OnClick = Button1Click
  147.     end
  148.     object Button2: TMMTNTBItBtn
  149.       Tag = 1
  150.       Left = 119
  151.       Top = 4
  152.       Width = 110
  153.       Height = 25
  154.       Caption = '&Uncheck all'
  155.       Font.Charset = DEFAULT_CHARSET
  156.       Font.Color = clBtnText
  157.       Font.Height = -11
  158.       Font.Name = 'MS Sans Serif'
  159.       Font.Style = []
  160.       ParentFont = False
  161.       TabOrder = 1
  162.       OnClick = Button1Click
  163.     end
  164.     object Button3: TMMTNTBItBtn
  165.       Tag = 3
  166.       Left = 235
  167.       Top = 4
  168.       Width = 162
  169.       Height = 25
  170.       Caption = 'Check &selected only'
  171.       Font.Charset = DEFAULT_CHARSET
  172.       Font.Color = clBtnText
  173.       Font.Height = -11
  174.       Font.Name = 'MS Sans Serif'
  175.       Font.Style = []
  176.       ParentFont = False
  177.       TabOrder = 4
  178.       OnClick = Button1Click
  179.     end
  180.   end
  181. end
  182.